-
Notifications
You must be signed in to change notification settings - Fork 105
switch to https by default #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
@remicollet , I'll see about getting a release out today or tomorrow. The server-side PEAR channel file will be the only one I might be able to update myself, so do you have contacts to handle the DOC and PECL ones, before this release goes out wide? |
|
@remicollet , build failures since merging this seem to be testcases that expected http-before-https behavior. I've fixed some of them, but can't figure out the others... though I'm suspecting they're due to the PECL site needing its channel file adjusted like I did the PEAR channel file, as the error output is generally some variation on this:
I'm hoping you do know a PECL contact that can update its channel file... I'll pause on rolling a release until that can happen, allowing me to then verify if that resolves these still-failing testcases. |
Perhaps @derickr can help |
|
@ashnazg it seems to be a test issue Can you please try with Most tests pass (have some local issues, not related to this, because not running test as root...) |
|
I don't understand why PECL needs changing, as it only lists https in its channel file? |
|
@derickr I think the PECL website is OK, only tests are broken as written when HTTP was the default |
|
Released in v1.10.17. |




This is not enough, some files must also be changed
So this PR is only for code